home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.pde.ui_3.1.1.jar / plugin.properties < prev    next >
Encoding:
Text File  |  2005-09-29  |  18.6 KB  |  410 lines

  1. ###############################################################################
  2. # Copyright (c) 2000, 2005 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. #
  8. # Contributors:
  9. #     IBM Corporation - initial API and implementation
  10. ###############################################################################
  11. #
  12. # PDE plugin.xml resources
  13. #
  14. name = Plug-in Development UI
  15. provider-name = Eclipse.org
  16. expoint.pluginContent.name=Plug-in content wizards
  17. expoint.newExtension.name=Extension wizards
  18. expoint.newExtensionPoint.name=Extension point wizards
  19. expoint.templates.name = Extension Templates
  20. expoint.schemaMap.name=Schema mappings
  21. expoint.source.name = Source Locations
  22. expoint.samples.name = Code Samples
  23.  
  24. perspective.name=Plug-in Development
  25.  
  26. preferences.main.name= Plug-in Development
  27. preferences.target.name = Target Platform
  28. preferences.compilers.name = Compilers
  29. preferences.editor.name = Editors
  30.  
  31. preferenceKeywords.PDE=Plug-in plugin Development PDE
  32. preferenceKeywords.MainPreferencePage=ID Label
  33. preferenceKeywords.TargetPlatformPreferencePage=external target plugin fragment
  34. preferenceKeywords.EditorPreferencePage=editor color source page
  35. preferenceKeywords.CompilersPreferencePage=error warning ignore marker schema
  36.  
  37. binaryFilter.name = Binary plug-in and feature projects
  38. binaryFilter.desc = Hides Java projects created by importing Eclipse plug-ins \
  39. as binary (no source code)
  40.  
  41. new.category.name=Plug-in Development
  42. new.pluginProject.name=Plug-in Project
  43. new.pluginProject.description=Create a Plug-in Project
  44. new.pluginWithJarsProject.name=Plug-in from existing JAR archives
  45. new.pluginWithJarsProject.description=Create a plug-in project from existing JAR archives.
  46. new.fragmentProject.name=Fragment Project
  47. new.fragmentProject.description=Create a Plug-in Fragment Project
  48. new.schemaFile.name = Extension Point Schema
  49. new.schemaFile.description = Create an Extension Point Schema File
  50. new.convert.name= Convert Projects to Plug-in Projects...
  51. new.convert.description=Create a Plug-in project by converting an existing project.
  52. new.feature.name=Feature Project
  53. new.feature.description=Create a Feature project
  54. new.patch.name=Feature Patch
  55. new.patch.description=Create a Feature Patch
  56. new.site.name=Update Site Project
  57. new.site.description=Create an Update Site project
  58.  
  59. PluginImportWizard.label=External Plug-ins and Fragments
  60. PluginImportWizard.description=Create projects from plug-ins and fragments in the file system.
  61.  
  62. FeatureImportWizard.label=External Features
  63. FeatureImportWizard.description=Create projects from features in the file system as part of \
  64. in conjunction with the feature-based launching.
  65.  
  66. PluginSearchPage.label = Plug-in Search
  67. PluginSearch.references = Find References
  68.  
  69. PluginExportWizard.label=Deployable plug-ins and fragments
  70. PluginExportWizard.description=Export the selected plug-ins and/or fragments \
  71. in a form suitable for deploying in an Eclipse product.
  72.  
  73. FeatureExportWizard.label=Deployable features
  74. FeatureExportWizard.description=Export the selected features \
  75. in a form suitable for deploying in an Eclipse product.
  76.  
  77. ProductExportWizard.label=Eclipse product
  78. ProductExportWizard.description=Export an Eclipse product.
  79. DependencyExtent.type = &Type
  80.  
  81.  
  82. ### Individual extension templates ############
  83. template.helloWorld.name = "Hello world" Action Set
  84. template.helloWorld.desc = This template creates a simple action set \
  85. that adds <b>Sample Menu</b> to the menu bar and a button to \
  86. the tool bar. Both the menu item in the new menu and the button \
  87. invoke the same <b>Sample Action</b>. Its role is to open a \
  88. simple message dialog with a message of your choice.
  89.  
  90. template.intro.name = Intro
  91. template.intro.desc = This wizard creates a minimal standalone RCP application with an intro. \
  92. Sample intro consists of three static pages, and optionally \
  93. a page with content created dynamically.
  94.  
  95. template.propertyPages.name = Property Page
  96. template.propertyPages.desc = This template adds a property page to a resource and will \
  97. appear in the Properties Dialog for that resource.  This property page can be used to view \
  98. and set application-specific properties of a resource.
  99.  
  100. template.editor.name = XML Editor
  101. template.editor.desc = This template creates a basic XML editor.  It has all the basic functions \
  102. of an editor, such as cut, copy, paste, find, etc.  It also has syntax highlighting and supports double-clicking.
  103.  
  104.  
  105. template.popupMenus.name = Popup Menu
  106. template.popupMenus.desc = This template adds a submenu and a new action to a target object's \
  107. popup menu.  This contribution will appear in all viewers where an object of the specified type \
  108. is selected.
  109.  
  110. template.view.name = View
  111. template.view.desc = This template creates a workbench view. \
  112. The view is contributed to the workbench by \
  113. creating a category. The view can be opened by selecting \
  114. <b>Window</b>, <b>Show View</b> and then <b>Other...</b> \
  115. on the menu bar. The template offers several choices including \
  116. pop-up menu support, local tool bar, double-click, sorting and \
  117. filtering.
  118.  
  119. template.multiPageEditor.name = Multi-page Editor
  120. template.multiPageEditor.desc = This template creates a \
  121. multi-page editor. It works on text files with the chosen extension. \
  122. The editor has three pages: <b>Edit</b> where you enter text, \
  123. <b>Properties</b> that allows you to change font of the result \
  124. and <b>Preview</b> that shows sorted words from the <b>Edit</b> page \
  125. using the font set in <b>Properties</b>. To open the editor, choose \
  126. <b>File</b>, <b>New</b> then <b>Other...</b> from the menu bar. \
  127. In the "Simple" category, choose to create a new file. Use any file \
  128. name, but use the extension the editor is registered for (*.mpe by \
  129. default).
  130.  
  131. template.newWizard.name = New File Wizard
  132. template.newWizard.desc = This template creates a \
  133. wizard that can create a new file in the workspace. It is designed to \
  134. generate files that can be opened by a <b>Multi-Page Editor</b>. \
  135. To test the wizard, select <b>File</b>, \
  136. <b>New</b> then <b>Other...</b> from the menu bar. When the master \
  137. wizard opens, select the created category and the new wizard registered \
  138. for that category. Make sure that the chosen extension matches \
  139. the extension the multi-page editor is registered for (*.mpe by \
  140. default).
  141.  
  142. template.preferences.name = Preference Page
  143. template.preferences.desc = This template creates a \
  144. page that is contributed to the Preferences. It demonstrates how \
  145. to create common preference fields and how to save and restore \
  146. values between invocations. To see the result, select \
  147. <b>Window</b> then <b>Preferences...</b> from the menu bar.
  148.  
  149. template.help.name = Help Table of Contents
  150. template.help.desc = This template creates a Help table of contents. \
  151. If this table is set to primary, it can be standalone, or integrated \
  152. into pre-set categories. If the table is not set to primary, it can \
  153. optionally be integrated into a primary table of contents for testing. 
  154.  
  155. template.builder.name = Sample Incremental Project Builder and Project Nature
  156.  
  157. pluginContent.defaultPlugin.name= Default Plug-In Structure
  158. pluginContent.defaultPlugin.description=Generates plug-in \
  159. manifest (plugin.xml) and plug-in top-level Java class. \
  160. When finished, the wizard will open plug-in manifest editor. \
  161. The plug-in will be ready to work, compile and run, but will \
  162. contain no extensions.
  163.  
  164.  
  165. pluginContent.helloWorld.name = Hello, World
  166. pluginContent.helloWorld.description=\
  167. <p>This wizard creates standard plug-in directory structure and \
  168. adds the following:</p>\
  169. <li><b>Action set</b>. %template.helloWorld.desc%</li>\
  170. <p><b>Extensions Used</b></p>\
  171. <li>org.eclipse.ui.actionSets</li>
  172.  
  173. pluginContent.intro.name = RCP application with an intro
  174. pluginContent.intro.description=\
  175. <p>%template.intro.desc%</p>\
  176. <p><b>Extensions Used</b></p>\
  177. <li>org.eclipse.core.runtime.products</li>\
  178. <li>org.eclipse.ui.intro</li>\
  179. <li>org.eclipse.ui.intro.config</li>\
  180. <li>org.eclipse.core.runtime.applications</li>\
  181. <li>org.eclipse.ui.perspectives</li>\
  182. <li>org.eclipse.ui.intro.configExtension (if dynamic content selected)</li>
  183.  
  184. pluginContent.propertyPages.name = Plug-in with a property page
  185. pluginContent.propertyPages.description=\
  186. <p>This wizard creates standard plug-in directory structure and \
  187. adds the following:</p>\
  188. <li><b>Property Page</b>. %template.propertyPages.desc%</li>\
  189. <p><b>Extension Used</b></p>\
  190. <li>org.eclipse.ui.propertyPages</li>
  191.  
  192. pluginContent.popupMenus.name = Plug-in with a popup menu
  193. pluginContent.popupMenus.description=\
  194. <p>This wizard creates a standard plug-in directory structure and \
  195. adds the following:</p>\
  196. <li><b>Popup Menu</b>. %template.popupMenus.desc%</li>\
  197. <p><b>Extension Used</b></p>\
  198. <li>org.eclipse.ui.popupMenus</li>
  199.  
  200. pluginContent.editor.name = Plug-in with an editor
  201. pluginContent.editor.description=\
  202. <p>This wizard creates standard plug-in directory structure and \
  203. adds the following:</p>\
  204. <li><b>Editor</b>. %template.editor.desc%</li>\
  205. <p><b>Extension Used</b></p>\
  206. <li>org.eclipse.ui.editors</li>
  207.  
  208. pluginContent.view.name = Plug-in with a view
  209. pluginContent.view.description=\
  210. <p>This wizard creates standard plug-in directory structure and \
  211. adds the following:</p>\
  212. <li><b>Sample view</b>. %template.view.desc%</li>\
  213. <p><b>Extensions Used</b></p>\
  214. <li>org.eclipse.ui.views</li>
  215.  
  216. pluginContent.multiPageEditor.name = Plug-in with a multi-page editor
  217. pluginContent.multiPageEditor.description=\
  218. <p>This wizard creates standard plug-in directory structure and \
  219. adds the following:</p>\
  220. <li><b>Sample Multi-page Editor</b>. %template.multiPageEditor.desc%</li>\
  221. <li><b>Sample New Wizard</b>. %template.newWizard.desc%</li>\
  222. <p><b>Extensions Used</b></p>\
  223. <li>org.eclipse.ui.editors</li>\
  224. <li>org.eclipse.ui.newWizards</li>
  225.  
  226. pluginContent.builder.name = Plug-in with a incremental project builder
  227. pluginContent.builder.description=\
  228. <p>This wizard creates standard plug-in directory structure and \
  229. adds the following:</p>\
  230. <li><b>Sample Incremental Project Builder</b>. The sample builder checks XML files in the project \
  231. and adds a problem marker to not well formed files.</li>\
  232. <li><b>Sample Project Nature</b>. This nature owns the builder.  Builder runs for projects \
  233. of this nature.</li>\
  234. <li><b>Sample Problem Marker</b>. The builder uses this sub-type of a problem marker to mark errors.</li>\
  235. <li><b>Sample Popup Menu Action</b>. An action in a project context menu allows adding or removing \
  236. the sample nature to or from a workspace project.</li>\
  237. <p><b>Extensions Used</b></p>\
  238. <li>org.eclipse.core.resources.builders</li>\
  239. <li>org.eclipse.core.resources.markers</li>\
  240. <li>org.eclipse.core.resources.natures</li>\
  241. <li>org.eclipse.ui.popupMenus</li>
  242.  
  243. pluginContent.mail.name = RCP Mail Template
  244. pluginContent.mail.description=\
  245. <p>This wizard creates a standalone RCP application that shows how to:</p>\
  246. <li>add top-level menu and toolbar with actions</li>\
  247. <li>add keybindings to actions</li>\
  248. <li>create views that can't be closed and multiple instances of the same view</li>\
  249. <li>create perspectives with placeholders for new views</li>\
  250. <li>use the default About dialog</li>\
  251. <li>create a product definition</li>\
  252. <p><b>Extensions Used</b></p>\
  253. <li>org.eclipse.core.runtime.applications</li>\
  254. <li>org.eclipse.core.runtime.products</li>\
  255. <li>org.eclipse.ui.commands</li>\
  256. <li>org.eclipse.ui.perspectives</li>\
  257. <li>org.eclipse.ui.views</li>
  258.  
  259. pluginContent.helloRCP.name = Hello RCP
  260. pluginContent.helloRCP.description=\
  261. <p>This wizard creates a minimal standalone RCP application that consists of an application window with a title.</p>\
  262. <p><b>Extensions Used</b></p>\
  263. <li>org.eclipse.core.runtime.applications</li>\
  264. <li>org.eclipse.ui.perspectives</li>\
  265.  
  266. pluginContent.viewRCP.name = RCP application with a view
  267. pluginContent.viewRCP.description=\
  268. <p>This wizard creates a standalone RCP application that consists of an application window with a single view.</p>\
  269. <p><b>Extensions Used</b></p>\
  270. <li>org.eclipse.core.runtime.applications</li>\
  271. <li>org.eclipse.ui.perspectives</li>\
  272. <li>org.eclipse.ui.views</li>\
  273.  
  274. pluginContent.choice.name = Custom plug-in wizard
  275. pluginContent.choice.description=This wizard creates standard \
  276. plug-in directory structure and provides for choosing additional \
  277. content from a list of templates.
  278.  
  279. editors.pluginManifest.name = Plug-in Manifest Editor
  280. editors.schema.name = Extension Point Schema Editor
  281. editors.buildProperties.name = Build Properties Editor
  282. editors.featureManifest.name = Feature Manifest Editor
  283. editors.siteManifest.name = Site Manifest Editor
  284. editors.sample.name = Code Sample Editor
  285.  
  286. views.category.name = PDE
  287. views.plugins.name = Plug-ins
  288. views.dependencies.name = Plug-in Dependencies
  289. ViewCommand.pluginsView.name = Plug-ins
  290. ViewCommand.pluginsView.description = Show the Plug-ins view
  291. ViewCommand.dependenciesView.name = Plug-in Dependencies
  292. ViewCommand.dependenciesView.description = Show the Plug-in Dependencies view
  293.  
  294. natures.pluginNature.name= Plug-in Development
  295. natures.featureNature.name= Feature Development
  296.  
  297. builders.manifestBuilder.name = Plug-in Manifest Builder
  298. builders.schemaBuilder.name = Extension Point Schema Builder
  299. builders.featureBuilder.name = Feature Manifest Builder
  300.  
  301. newExtension.templates = Extension Templates
  302. newExtension.templates.hello.name = "Hello, World" action set
  303. newExtension.templates.hello.desc = <p>%template.helloWorld.desc%</p>
  304.  
  305. newExtension.templates.intro.name = Eclipse Intro 
  306. newExtension.templates.intro.desc = <p>%template.intro.desc%</p>
  307.  
  308. newExtension.templates.view.name = Sample View
  309. newExtension.templates.view.desc = <p>%template.view.desc%</p>
  310.  
  311. newExtension.templates.multiPageEditor.name = Multi-page Editor
  312. newExtension.templates.multiPageEditor.desc = <p>%template.multiPageEditor.desc%</p>
  313.  
  314. newExtension.templates.newWizard.name = New File Wizard
  315. newExtension.templates.newWizard.desc = <p>%template.newWizard.desc%</p>
  316.  
  317. newExtension.templates.preferences.name = Preference Page
  318. newExtension.templates.preferences.desc = <p>%template.preferences.desc%</p>
  319.  
  320. newExtension.templates.propertyPages.name = Property Page
  321. newExtension.templates.propertyPages.desc = <p>%template.propertyPages.desc%</p>
  322.  
  323. newExtension.templates.editor.name = Editor
  324. newExtension.templates.editor.desc = <p>%template.editor.desc%</p>
  325.  
  326. newExtension.templates.popupMenus.name = Popup Menu
  327. newExtension.templates.popupMenus.desc = <p>%template.popupMenus.desc%</p>
  328.  
  329. newExtension.templates.help.name = Help Content
  330. newExtension.templates.help.desc = <p>%template.help.desc%</p>
  331.  
  332. newExtension.templates.builder.name = New plug-in project with a sample project builder and nature
  333.  
  334. newExtension.templates.builder.name = Project Builder and Nature
  335. newExtension.templates.builder.desc = <p>This template creates an incremental \
  336. project builder and a project nature. The sample builder checks XML files in the project \
  337. and adds a problem marker to not well formed files. The builder runs for projects \
  338. of the sample nature.</p><p>Select <b>Add/Remove Sample Nature</b> action from \
  339. a project context menu, to toggle the nature on a project.</p>
  340.  
  341. newExtension.generic = Generic Wizards
  342. newExtension.generic.name = Schema-based Extension
  343. newExtension.generic.desc = <p>Adds a new extension based \
  344. on its schema information. If the extension point schema (definition) \
  345. can be found, you will be able to create the correct child elements \
  346. by choosing <b>New</b> on the pop-up menu while the parent element \
  347. is selected. The property sheet will show expected attributes for \
  348. each element and will use cell editor appropriate for the attribute \
  349. type.</p>\
  350. <p>If the extension point definition cannot be found, you will still \
  351. be able to add or remove attributes but they will all be treated as \
  352. text and there will be no constraints on their names or number.</p>
  353.  
  354.  
  355. org.eclipse.pde.ui.tools = &PDE Tools
  356. MigrationAction.label = Migrate to 3.0...
  357. popupMenus.createJar.label = Create Ant &Build File
  358. popupMenus.buildFragment.label = Create Ant &Build File
  359. popupMenus.buildPlugin.label = Create Ant &Build File
  360. popupMenus.createHelpIndex.label = Create &Help Index
  361. popupMenus.buildSite.label = Build &Site
  362.  
  363. UpdateClasspathAction.label= &Update Classpath...
  364. UpdateClasspathAction.description=Updates classpath with the settings specified in the manifest files
  365.  
  366. OpenDependenciesAction.label= Ope&n Dependencies
  367. OpenDependenciesAction.description=Show plug-in dependencies in the Plug-in Dependencies view
  368.  
  369. launcher.shortcut.label= Eclipse Application
  370. EclipseApplicationShortcut.description.debug = Debug Eclipse Application
  371. EclipseApplicationShortcut.description.run = Run Eclipse Application
  372. launcher.junit.name = JUnit Plug-in Test
  373. JUnitApplicationShortcut.description.debug = Debug JUnit Plug-in Test
  374. JUnitApplicationShortcut.description.run = Run JUnit Plug-in Test
  375. SWTApplicationShortcut.description.debug = Debug SWT Application
  376. SWTApplicationShortcut.description.run = Run SWT Application
  377.  
  378. launchConfigurationType.name = Eclipse Application
  379. launchConfigurationTab.firstTab.name = Arguments
  380. launchConfigurationTab.advancedTab.name = Plug-ins and Fragments
  381. launchConfigurationTab.tracingTab.name = Tracing Options
  382. launcher.swt.name = SWT Application
  383.  
  384. workbenchLauncherTabGroup.description.debug=Create a configuration to launch an Eclipse application in debug mode.
  385. workbenchLauncherTabGroup.description.run=Create a configuration to launch an Eclipse application.
  386. jUnitTabGroup.description.debug=Create a configuration that will launch a JUnit plug-in test in debug mode.
  387. jUnitTabGroup.description.run=Create a configuration that will launch a JUnit plug-in test.
  388. swtLauncherTabGroup.description.debug=Create a configuration to launch an SWT application in debug mode.
  389. swtLauncherTabGroup.description.run=Create a configuration to launch an SWT application.
  390.  
  391. decorator.label = Binary Plug-in Projects
  392. decorator.desc = Decorates plug-in projects imported using \
  393. 'External Plug-ins and Fragments' wizard, allowing you to \
  394. differentiate between binary and source projects.
  395.  
  396. AddTask.label = Add Task...
  397. AddTask.tooltip = Add Task
  398. AddBookmark.label = Add Bookmark...
  399. AddBookmark.tooltip = Add Bookmark
  400.  
  401. PreviewReference.label = &Preview Reference Document
  402. PropertyPage.selfHosting = Self-Hosting
  403. PropertyPage.compilers = Plug-in Manifest Compiler
  404. Plugin.dependencies.container = Plug-in Dependencies
  405.  
  406. Plugin.WorkingSet = Plug-ins
  407. new.product.config = Product Configuration
  408. new.product.desc = Create a new Eclipse product configuration
  409. product.editor = Product Configuration Editor
  410.